home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
KWIKEE Auto Advertising System 1999 3A
/
KWIKEE Auto Advertising System 1999 - 3A.iso
/
mac
/
Applications
/
CAMS Interactive
/
create.dir
/
00008_Script_8
< prev
next >
Wrap
Text File
|
1997-06-10
|
308b
|
19 lines
on startMovie
repeat with i = 30 to 37
set the visible of sprite i to FALSE
end repeat
end
on indexRoll
repeat with i = 30 to 37
if rollover (i) then
set the visible of sprite i to TRUE
else
set the visible of sprite i to FALSE
end if
end repeat
end